SftTabs/NET 6.0

SftTabsPanel Class

Softel vdm, Inc.

  SftTabsPanel Class (Softelvdm.SftTabsNET Namespace)

The SftTabsPanel class represents the Panel control used with SftTabs/NET for individual tab pages.

The SftTabsPanel control renders its background by using the visual appearance of the tab control, particularly by using the current Windows Theme and the TabClass.ClientAreaColor property or the tab control's BackgroundImage property. A SftTabsPanel control will ignore its own BackColor and BackgroundImage properties.

The use of the SftTabsPanel control is optional.  A standard Panel control can be used instead, if the Panel control's usual background handling is desired.

VB   

Public Class SftTabsPanel Inherits Panel

C#   

public class SftTabsPanel : Panel

C++   

public ref class SftTabsPanel : public Panel


Public

Constructors

Properties

Fields

Methods

Events

Protected

Constructors

Properties

Fields

Methods

 


Public Constructors

Description

public constructorSftTabsPanel Constructor

Initializes a new instance of the SftTabsPanel class.

   

Public Properties

Description

public propertyAccessibilityObjectinherited from System.Windows.Forms.Control

Gets the AccessibleObject assigned to the control.

public propertyAccessibleDefaultActionDescriptioninherited from System.Windows.Forms.Control

Gets or sets the default action description of the control for use by accessibility client applications.

public propertyAccessibleDescriptioninherited from System.Windows.Forms.Control

Gets or sets the description of the control used by accessibility client applications.

public propertyAccessibleNameinherited from System.Windows.Forms.Control

Gets or sets the name of the control used by accessibility client applications.

public propertyAccessibleRoleinherited from System.Windows.Forms.Control

Gets or sets the accessible role of the control

public propertyAllowDropinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control can accept data that the user drags onto it.

public propertyAnchorinherited from System.Windows.Forms.Control

Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.

public propertyAutoScrollinherited from System.Windows.Forms.ScrollableControl

Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries.

public propertyAutoScrollMargininherited from System.Windows.Forms.ScrollableControl

Gets or sets the size of the auto-scroll margin.

public propertyAutoScrollMinSizeinherited from System.Windows.Forms.ScrollableControl

Gets or sets the minimum size of the auto-scroll.

public propertyAutoScrollOffsetinherited from System.Windows.Forms.Control

Gets or sets where this control is scrolled to.

public propertyAutoScrollPositioninherited from System.Windows.Forms.ScrollableControl

Gets or sets the location of the auto-scroll position.

public propertyAutoSizeinherited from System.Windows.Forms.Panel

This property is not relevant for this class.

public propertyAutoSizeModeinherited from System.Windows.Forms.Panel

Indicates the automatic sizing behavior of the control.

public propertyBackColorinherited from System.Windows.Forms.Control

Gets or sets the background color for the control.

public propertyBackgroundImageinherited from System.Windows.Forms.Control

Gets or sets the background image displayed in the control.

public propertyBackgroundImageLayoutinherited from System.Windows.Forms.Control

Gets or sets the background image layout as defined in the ImageLayout enumeration.

public propertyBindingContextinherited from System.Windows.Forms.Control

Gets or sets the BindingContext for the control.

public propertyBorderStyleinherited from System.Windows.Forms.Panel

Indicates the border style for the control.

public propertyBottominherited from System.Windows.Forms.Control

Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.

public propertyBoundsinherited from System.Windows.Forms.Control

Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.

public propertyCanFocusinherited from System.Windows.Forms.Control

Gets a value indicating whether the control can receive focus.

public propertyCanSelectinherited from System.Windows.Forms.Control

Gets a value indicating whether the control can be selected.

public propertyCaptureinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control has captured the mouse.

public propertyCausesValidationinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.

public propertystatic / sharedCheckForIllegalCrossThreadCallsinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether to catch calls on the wrong thread that access a control's Handle property.

public propertyClientRectangleinherited from System.Windows.Forms.Control

Gets the rectangle that represents the client area of the control.

public propertyClientSizeinherited from System.Windows.Forms.Control

Gets or sets the height and width of the client area of the control.

public propertyCompanyNameinherited from System.Windows.Forms.Control

Gets the name of the company or creator of the application containing the control.

public propertyContainerinherited from System.ComponentModel.Component

Gets the IContainer that contains the Component.

public propertyContainsFocusinherited from System.Windows.Forms.Control

Gets a value indicating whether the control, or one of its child controls, currently has the input focus.

public propertyContextMenuinherited from System.Windows.Forms.Control

Gets or sets the shortcut menu associated with the control.

public propertyContextMenuStripinherited from System.Windows.Forms.Control

Gets or sets the ContextMenuStrip associated with this control.

public propertyControlsinherited from System.Windows.Forms.Control

Gets the collection of controls contained within the control.

public propertyCreatedinherited from System.Windows.Forms.Control

Gets a value indicating whether the control has been created.

public propertyCursorinherited from System.Windows.Forms.Control

Gets or sets the cursor that is displayed when the mouse pointer is over the control.

public propertyDataBindingsinherited from System.Windows.Forms.Control

Gets the data bindings for the control.

public propertystatic / sharedDefaultBackColorinherited from System.Windows.Forms.Control

Gets the default background color of the control.

public propertystatic / sharedDefaultFontinherited from System.Windows.Forms.Control

Gets the default font of the control.

public propertystatic / sharedDefaultForeColorinherited from System.Windows.Forms.Control

Gets the default foreground color of the control.

public propertyDisplayRectangleinherited from System.Windows.Forms.ScrollableControl

Gets the rectangle that represents the virtual display area of the control.

public propertyDisposinginherited from System.Windows.Forms.Control

Gets a value indicating whether the base Control class is in the process of disposing.

public propertyDockinherited from System.Windows.Forms.Control

Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.

public propertyDockPaddinginherited from System.Windows.Forms.ScrollableControl

Gets the dock padding settings for all edges of the control.

public propertyEnabledinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control can respond to user interaction.

public propertyFocusedinherited from System.Windows.Forms.Control

Gets a value indicating whether the control has input focus.

public propertyFontinherited from System.Windows.Forms.Control

Gets or sets the font of the text displayed by the control.

public propertyForeColorinherited from System.Windows.Forms.Control

Gets or sets the foreground color of the control.

public propertyHandleinherited from System.Windows.Forms.Control

Gets the window handle that the control is bound to.

public propertyHasChildreninherited from System.Windows.Forms.Control

Gets a value indicating whether the control contains one or more child controls.

public propertyHeightinherited from System.Windows.Forms.Control

Gets or sets the height of the control.

public propertyHorizontalScrollinherited from System.Windows.Forms.ScrollableControl

Gets the characteristics associated with the horizontal scroll bar.

public propertyImeModeinherited from System.Windows.Forms.Control

Gets or sets the Input Method Editor (IME) mode of the control.

public propertyInvokeRequiredinherited from System.Windows.Forms.Control

Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.

public propertyIsAccessibleinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control is visible to accessibility applications.

public propertyIsDisposedinherited from System.Windows.Forms.Control

Gets a value indicating whether the control has been disposed of.

public propertyIsHandleCreatedinherited from System.Windows.Forms.Control

Gets a value indicating whether the control has a handle associated with it.

public propertyIsMirroredinherited from System.Windows.Forms.Control

Gets a value indicating whether the control is mirrored.

public propertyLayoutEngineinherited from System.Windows.Forms.Control

Gets a cached instance of the control's layout engine.

public propertyLeftinherited from System.Windows.Forms.Control

Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.

public propertyLocationinherited from System.Windows.Forms.Control

Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.

public propertyMargininherited from System.Windows.Forms.Control

Gets or sets the space between controls.

public propertyMaximumSizeinherited from System.Windows.Forms.Control

Gets or sets the size that is the upper limit that GetPreferredSize can specify.

public propertyMinimumSizeinherited from System.Windows.Forms.Control

Gets or sets the size that is the lower limit that GetPreferredSize can specify.

public propertystatic / sharedModifierKeysinherited from System.Windows.Forms.Control

Gets a value indicating which of the modifier keys (SHIFT, CTRL, and ALT) is in a pressed state.

public propertystatic / sharedMouseButtonsinherited from System.Windows.Forms.Control

Gets a value indicating which of the mouse buttons is in a pressed state.

public propertystatic / sharedMousePositioninherited from System.Windows.Forms.Control

Gets the position of the mouse cursor in screen coordinates.

public propertyNameinherited from System.Windows.Forms.Control

Gets or sets the name of the control.

public propertyPaddinginherited from System.Windows.Forms.Control

Gets or sets padding within the control.

public propertyParentinherited from System.Windows.Forms.Control

Gets or sets the parent container of the control.

public propertyPreferredSizeinherited from System.Windows.Forms.Control

Gets the size of a rectangular area into which the control can fit.

public propertyProductNameinherited from System.Windows.Forms.Control

Gets the product name of the assembly containing the control.

public propertyProductVersioninherited from System.Windows.Forms.Control

Gets the version of the assembly containing the control.

public propertyRecreatingHandleinherited from System.Windows.Forms.Control

Gets a value indicating whether the control is currently re-creating its handle.

public propertyRegioninherited from System.Windows.Forms.Control

Gets or sets the window region associated with the control.

public propertyRightinherited from System.Windows.Forms.Control

Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.

public propertyRightToLeftinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.

public propertySiteinherited from System.Windows.Forms.Control

Gets or sets the site of the control.

public propertySizeinherited from System.Windows.Forms.Control

Gets or sets the height and width of the control.

public propertyTabIndexinherited from System.Windows.Forms.Control

Gets or sets the tab order of the control within its container.

public propertyTabStopinherited from System.Windows.Forms.Panel

Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.

public propertyTaginherited from System.Windows.Forms.Control

Gets or sets the object that contains data about the control.

public propertyTextinherited from System.Windows.Forms.Panel

This member is not meaningful for this control.

public propertyTopinherited from System.Windows.Forms.Control

Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.

public propertyTopLevelControlinherited from System.Windows.Forms.Control

Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in.

public propertyUseWaitCursorinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.

public propertyVerticalScrollinherited from System.Windows.Forms.ScrollableControl

Gets the characteristics associated with the vertical scroll bar.

public propertyVisibleinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control is displayed.

public propertyWidthinherited from System.Windows.Forms.Control

Gets or sets the width of the control.

public propertyWindowTargetinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

  

Public Methods

Description

public methodBeginInvokeinherited from System.Windows.Forms.Control

Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.

public methodBringToFrontinherited from System.Windows.Forms.Control

Brings the control to the front of the z-order.

public methodContainsinherited from System.Windows.Forms.Control

Retrieves a value indicating whether the specified control is a child of the control.

public methodCreateControlinherited from System.Windows.Forms.Control

Forces the creation of the control, including the creation of the handle and any child controls.

public methodCreateGraphicsinherited from System.Windows.Forms.Control

Creates the Graphics for the control.

public methodCreateObjRefinherited from System.MarshalByRefObject

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.

public methodDisposeinherited from System.ComponentModel.Component

Releases all resources used by the Component.

public methodDoDragDropinherited from System.Windows.Forms.Control

Begins a drag-and-drop operation.

public methodDrawToBitmapinherited from System.Windows.Forms.Control

Supports rendering to the specified bitmap.

public methodEndInvokeinherited from System.Windows.Forms.Control

Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.

public methodEqualsinherited from System.Object

Determines whether the specified Object is equal to the current Object.

public methodFindForminherited from System.Windows.Forms.Control

Retrieves the form that the control is on.

public methodFocusinherited from System.Windows.Forms.Control

Sets input focus to the control.

public methodstatic / sharedFromChildHandleinherited from System.Windows.Forms.Control

Retrieves the control that contains the specified handle.

public methodstatic / sharedFromHandleinherited from System.Windows.Forms.Control

Returns the control that is currently associated with the specified handle.

public methodGetChildAtPointinherited from System.Windows.Forms.Control

Retrieves the child control that is located at the specified coordinates.

public methodGetContainerControlinherited from System.Windows.Forms.Control

Returns the next ContainerControl up the control's chain of parent controls.

public methodGetHashCodeinherited from System.Object

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

public methodGetLifetimeServiceinherited from System.MarshalByRefObject

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

public methodGetNextControlinherited from System.Windows.Forms.Control

Retrieves the next control forward or back in the tab order of child controls.

public methodGetPreferredSizeinherited from System.Windows.Forms.Control

Retrieves the size of a rectangular area into which a control can be fitted.

public methodGetTypeinherited from System.Object

Gets the Type of the current instance.

public methodHideinherited from System.Windows.Forms.Control

Conceals the control from the user.

public methodInitializeLifetimeServiceinherited from System.MarshalByRefObject

Obtains a lifetime service object to control the lifetime policy for this instance.

public methodInvalidateinherited from System.Windows.Forms.Control

Invalidates the entire surface of the control and causes the control to be redrawn.

public methodInvokeinherited from System.Windows.Forms.Control

Executes the specified delegate on the thread that owns the control's underlying window handle.

public methodstatic / sharedIsKeyLockedinherited from System.Windows.Forms.Control

Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect.

public methodstatic / sharedIsMnemonicinherited from System.Windows.Forms.Control

Determines if the specified character is the mnemonic character assigned to the control in the specified string.

public methodPerformLayoutinherited from System.Windows.Forms.Control

Forces the control to apply layout logic to all its child controls.

public methodPointToClientinherited from System.Windows.Forms.Control

Computes the location of the specified screen point into client coordinates.

public methodPointToScreeninherited from System.Windows.Forms.Control

Computes the location of the specified client point into screen coordinates.

public methodPreProcessControlMessageinherited from System.Windows.Forms.Control

Preprocesses keyboard or input messages within the message loop before they are dispatched.

public methodPreProcessMessageinherited from System.Windows.Forms.Control

Preprocesses keyboard or input messages within the message loop before they are dispatched.

public methodRectangleToClientinherited from System.Windows.Forms.Control

Computes the size and location of the specified screen rectangle in client coordinates.

public methodRectangleToScreeninherited from System.Windows.Forms.Control

Computes the size and location of the specified client rectangle in screen coordinates.

public methodstatic / sharedReferenceEqualsinherited from System.Object

Determines whether the specified Object instances are the same instance.

public methodRefreshinherited from System.Windows.Forms.Control

Forces the control to invalidate its client area and immediately redraw itself and any child controls.

public methodResetBackColorinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetBindingsinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetCursorinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetFontinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetForeColorinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetImeModeinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetRightToLeftinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodResetTextinherited from System.Windows.Forms.Control

Resets the Text property to its default value.

public methodResumeLayoutinherited from System.Windows.Forms.Control

Resumes usual layout logic.

public methodScaleinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public methodScrollControlIntoViewinherited from System.Windows.Forms.ScrollableControl

Scrolls the specified child control into view on an auto-scroll enabled control.

public methodSelectinherited from System.Windows.Forms.Control

Activates the control.

public methodSelectNextControlinherited from System.Windows.Forms.Control

Activates the next control.

public methodSendToBackinherited from System.Windows.Forms.Control

Sends the control to the back of the z-order.

public methodSetAutoScrollMargininherited from System.Windows.Forms.ScrollableControl

Sets the size of the auto-scroll margins.

public methodSetBoundsinherited from System.Windows.Forms.Control

Sets the bounds of the control to the specified location and size.

public methodShowinherited from System.Windows.Forms.Control

Displays the control to the user.

public methodSuspendLayoutinherited from System.Windows.Forms.Control

Temporarily suspends the layout logic for the control.

public methodToStringinherited from System.Windows.Forms.Panel

Returns a string representation for this control.

public methodUpdateinherited from System.Windows.Forms.Control

Causes the control to redraw the invalidated regions within its client area.

  

Public Event

Description

public eventAutoSizeChangedinherited from System.Windows.Forms.Panel

Occurs when the value of the AutoSize property has changed.

public eventBackColorChangedinherited from System.Windows.Forms.Control

Occurs when the value of the BackColor property changes.

public eventBackgroundImageChangedinherited from System.Windows.Forms.Control

Occurs when the value of the BackgroundImage property changes.

public eventBackgroundImageLayoutChangedinherited from System.Windows.Forms.Control

Occurs when the BackgroundImageLayout property changes.

public eventBindingContextChangedinherited from System.Windows.Forms.Control

Occurs when the value of the BindingContext property changes.

public eventCausesValidationChangedinherited from System.Windows.Forms.Control

Occurs when the value of the CausesValidation property changes.

public eventChangeUICuesinherited from System.Windows.Forms.Control

Occurs when the focus or keyboard user interface (UI) cues change.

public eventClickinherited from System.Windows.Forms.Control

Occurs when the control is clicked.

public eventClientSizeChangedinherited from System.Windows.Forms.Control

Occurs when the value of the ClientSize property changes.

public eventContextMenuChangedinherited from System.Windows.Forms.Control

Occurs when the value of the ContextMenu property changes.

public eventContextMenuStripChangedinherited from System.Windows.Forms.Control

Occurs when the value of the ContextMenuStrip property changes.

public eventControlAddedinherited from System.Windows.Forms.Control

Occurs when a new control is added to the ControlCollection.

public eventControlRemovedinherited from System.Windows.Forms.Control

Occurs when a control is removed from the ControlCollection.

public eventCursorChangedinherited from System.Windows.Forms.Control

Occurs when the value of the Cursor property changes.

public eventDisposedinherited from System.ComponentModel.Component

Adds an event handler to listen to the Disposed event on the component.

public eventDockChangedinherited from System.Windows.Forms.Control

Occurs when the value of the Dock property changes.

public eventDoubleClickinherited from System.Windows.Forms.Control

Occurs when the control is double-clicked.

public eventDragDropinherited from System.Windows.Forms.Control

Occurs when a drag-and-drop operation is completed.

public eventDragEnterinherited from System.Windows.Forms.Control

Occurs when an object is dragged into the control's bounds.

public eventDragLeaveinherited from System.Windows.Forms.Control

Occurs when an object is dragged out of the control's bounds.

public eventDragOverinherited from System.Windows.Forms.Control

Occurs when an object is dragged over the control's bounds.

public eventEnabledChangedinherited from System.Windows.Forms.Control

Occurs when the Enabled property value has changed.

public eventEnterinherited from System.Windows.Forms.Control

Occurs when the control is entered.

public eventFontChangedinherited from System.Windows.Forms.Control

Occurs when the Font property value changes.

public eventForeColorChangedinherited from System.Windows.Forms.Control

Occurs when the ForeColor property value changes.

public eventGiveFeedbackinherited from System.Windows.Forms.Control

Occurs during a drag operation.

public eventGotFocusinherited from System.Windows.Forms.Control

Occurs when the control receives focus.

public eventHandleCreatedinherited from System.Windows.Forms.Control

Occurs when a handle is created for the control.

public eventHandleDestroyedinherited from System.Windows.Forms.Control

Occurs when the control's handle is in the process of being destroyed.

public eventHelpRequestedinherited from System.Windows.Forms.Control

Occurs when the user requests help for a control.

public eventImeModeChangedinherited from System.Windows.Forms.Control

Occurs when the ImeMode property has changed.

public eventInvalidatedinherited from System.Windows.Forms.Control

Occurs when a control's display requires redrawing.

public eventKeyDowninherited from System.Windows.Forms.Panel

This member is not meaningful for this control.

public eventKeyPressinherited from System.Windows.Forms.Panel

This member is not meaningful for this control.

public eventKeyUpinherited from System.Windows.Forms.Panel

This member is not meaningful for this control.

public eventLayoutinherited from System.Windows.Forms.Control

Occurs when a control should reposition its child controls.

public eventLeaveinherited from System.Windows.Forms.Control

Occurs when the input focus leaves the control.

public eventLocationChangedinherited from System.Windows.Forms.Control

Occurs when the Location property value has changed.

public eventLostFocusinherited from System.Windows.Forms.Control

Occurs when the control loses focus.

public eventMarginChangedinherited from System.Windows.Forms.Control

Occurs when the control's margin changes.

public eventMouseCaptureChangedinherited from System.Windows.Forms.Control

Occurs when the control loses mouse capture.

public eventMouseClickinherited from System.Windows.Forms.Control

Occurs when the control is clicked by the mouse.

public eventMouseDoubleClickinherited from System.Windows.Forms.Control

Occurs when the control is double clicked by the mouse.

public eventMouseDowninherited from System.Windows.Forms.Control

Occurs when the mouse pointer is over the control and a mouse button is pressed.

public eventMouseEnterinherited from System.Windows.Forms.Control

Occurs when the mouse pointer enters the control.

public eventMouseHoverinherited from System.Windows.Forms.Control

Occurs when the mouse pointer rests on the control.

public eventMouseLeaveinherited from System.Windows.Forms.Control

Occurs when the mouse pointer leaves the control.

public eventMouseMoveinherited from System.Windows.Forms.Control

Occurs when the mouse pointer is moved over the control.

public eventMouseUpinherited from System.Windows.Forms.Control

Occurs when the mouse pointer is over the control and a mouse button is released.

public eventMouseWheelinherited from System.Windows.Forms.Control

Occurs when the mouse wheel moves while the control has focus.

public eventMoveinherited from System.Windows.Forms.Control

Occurs when the control is moved.

public eventPaddingChangedinherited from System.Windows.Forms.Control

Occurs when the control's padding changes.

public eventPaintinherited from System.Windows.Forms.Control

Occurs when the control is redrawn.

public eventParentChangedinherited from System.Windows.Forms.Control

Occurs when the Parent property value changes.

public eventPreviewKeyDowninherited from System.Windows.Forms.Control

Occurs before the KeyDown event when a key is pressed while focus is on this control.

public eventQueryAccessibilityHelpinherited from System.Windows.Forms.Control

Occurs when AccessibleObject is providing help to accessibility applications.

public eventQueryContinueDraginherited from System.Windows.Forms.Control

Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.

public eventRegionChangedinherited from System.Windows.Forms.Control

Occurs when the value of the Region property changes.

public eventResizeinherited from System.Windows.Forms.Control

Occurs when the control is resized.

public eventRightToLeftChangedinherited from System.Windows.Forms.Control

Occurs when the RightToLeft property value changes.

public eventScrollinherited from System.Windows.Forms.ScrollableControl

Occurs when the user or code scrolls through the client area.

public eventSizeChangedinherited from System.Windows.Forms.Control

Occurs when the Size property value changes.

public eventStyleChangedinherited from System.Windows.Forms.Control

Occurs when the control style changes.

public eventSystemColorsChangedinherited from System.Windows.Forms.Control

Occurs when the system colors change.

public eventTabIndexChangedinherited from System.Windows.Forms.Control

Occurs when the TabIndex property value changes.

public eventTabStopChangedinherited from System.Windows.Forms.Control

Occurs when the TabStop property value changes.

public eventTextChangedinherited from System.Windows.Forms.Panel

This member is not meaningful for this control.

public eventValidatedinherited from System.Windows.Forms.Control

Occurs when the control is finished validating.

public eventValidatinginherited from System.Windows.Forms.Control

Occurs when the control is validating.

public eventVisibleChangedinherited from System.Windows.Forms.Control

Occurs when the Visible property value changes.

  

Protected Properties

Description

protected propertyCanEnableImeinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected propertyCanRaiseEventsinherited from System.Windows.Forms.Control

Determines if events can be raised on the control.

protected propertyCreateParamsinherited from System.Windows.Forms.Panel

Gets the required creation parameters when the control handle is created.

protected propertyDefaultCursorinherited from System.Windows.Forms.Control

Gets or sets the default cursor for the control.

protected propertyDefaultImeModeinherited from System.Windows.Forms.Control

Gets the default Input Method Editor (IME) mode supported by the control.

protected propertyDefaultMargininherited from System.Windows.Forms.Control

Gets the space, in pixels, that is specified by default between controls.

protected propertyDefaultMaximumSizeinherited from System.Windows.Forms.Control

Gets the length and height, in pixels, that is specified as the default maximum size of a control.

protected propertyDefaultMinimumSizeinherited from System.Windows.Forms.Control

Gets the length and height, in pixels, that is specified as the default minimum size of a control.

protected propertyDefaultPaddinginherited from System.Windows.Forms.Control

Gets the internal spacing, in pixels, of the contents of a control.

protected propertyDefaultSizeinherited from System.Windows.Forms.Panel

Gets the default size of the control.

protected propertyDesignModeinherited from System.ComponentModel.Component

Gets a value that indicates whether the Component is currently in design mode.

protected propertyDoubleBufferedinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.

protected propertyEventsinherited from System.ComponentModel.Component

Gets the list of event handlers that are attached to this Component.

protected propertyFontHeightinherited from System.Windows.Forms.Control

Gets or sets the height of the font of the control.

protected propertyHScrollinherited from System.Windows.Forms.ScrollableControl

Gets or sets a value indicating whether the horizontal scroll bar is visible.

protected propertyRenderRightToLeftinherited from System.Windows.Forms.Control

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected propertyResizeRedrawinherited from System.Windows.Forms.Control

Gets or sets a value indicating whether the control redraws itself when resized.

protected propertyScaleChildreninherited from System.Windows.Forms.Control

Gets a value that determines the scaling of child controls.

protected propertyShowFocusCuesinherited from System.Windows.Forms.Control

Gets a value indicating whether the control should display focus rectangles.

protected propertyShowKeyboardCuesinherited from System.Windows.Forms.Control

Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.

protected propertyVScrollinherited from System.Windows.Forms.ScrollableControl

Gets or sets a value indicating whether the vertical scroll bar is visible.

  

Protected Fields

Description

protected fieldstatic / sharedScrollStateAutoScrollinginherited from System.Windows.Forms.ScrollableControl

Determines the value of the AutoScroll property.

protected fieldstatic / sharedScrollStateFullDraginherited from System.Windows.Forms.ScrollableControl

Determines whether the user has enabled full window drag.

protected fieldstatic / sharedScrollStateHScrollVisibleinherited from System.Windows.Forms.ScrollableControl

Determines whether the value of the HScroll property is set to true.

protected fieldstatic / sharedScrollStateUserHasScrolledinherited from System.Windows.Forms.ScrollableControl

Determines whether the user had scrolled through the ScrollableControl control.

protected fieldstatic / sharedScrollStateVScrollVisibleinherited from System.Windows.Forms.ScrollableControl

Determines whether the value of the VScroll property is set to true.

  

Protected Methods

Description

protected methodAccessibilityNotifyClientsinherited from System.Windows.Forms.Control

Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.

protected methodAdjustFormScrollbarsinherited from System.Windows.Forms.ScrollableControl

Adjusts the scroll bars on the container based on the current control positions and the control currently selected.

protected methodCreateAccessibilityInstanceinherited from System.Windows.Forms.Control

Creates a new accessibility object for the control.

protected methodCreateControlsInstanceinherited from System.Windows.Forms.Control

Creates a new instance of the control collection for the control.

protected methodCreateHandleinherited from System.Windows.Forms.Control

Creates a handle for the control.

protected methodDefWndProcinherited from System.Windows.Forms.Control

Sends the specified message to the default window procedure.

protected methodDestroyHandleinherited from System.Windows.Forms.Control

Destroys the handle associated with the control.

protected methodFinalizeinherited from System.ComponentModel.Component

Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.

protected methodGetAccessibilityObjectByIdinherited from System.Windows.Forms.Control

Retrieves the specified AccessibleObject.

protected methodGetAutoSizeModeinherited from System.Windows.Forms.Control

Retrieves a value indicating how a control will behave when its AutoSize property is enabled.

protected methodGetScaledBoundsinherited from System.Windows.Forms.Control

Retrieves the bounds within which the control is scaled.

protected methodGetScrollStateinherited from System.Windows.Forms.ScrollableControl

Determines whether the specified flag has been set.

protected methodGetServiceinherited from System.ComponentModel.Component

Returns an object that represents a service provided by the Component or by its Container.

protected methodGetStyleinherited from System.Windows.Forms.Control

Retrieves the value of the specified control style bit for the control.

protected methodGetTopLevelinherited from System.Windows.Forms.Control

Determines if the control is a top-level control.

protected methodInitLayoutinherited from System.Windows.Forms.Control

Called after the control has been added to another container.

protected methodInvokeGotFocusinherited from System.Windows.Forms.Control

Raises the GotFocus event for the specified control.

protected methodInvokeLostFocusinherited from System.Windows.Forms.Control

Raises the LostFocus event for the specified control.

protected methodInvokeOnClickinherited from System.Windows.Forms.Control

Raises the Click event for the specified control.

protected methodInvokePaintinherited from System.Windows.Forms.Control

Raises the Paint event for the specified control.

protected methodInvokePaintBackgroundinherited from System.Windows.Forms.Control

Raises the PaintBackground event for the specified control.

protected methodIsInputCharinherited from System.Windows.Forms.Control

Determines if a character is an input character that the control recognizes.

protected methodIsInputKeyinherited from System.Windows.Forms.Control

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

protected methodMemberwiseCloneinherited from System.Object

Creates a shallow copy of the current Object.

protected methodNotifyInvalidateinherited from System.Windows.Forms.Control

Raises the Invalidated event with a specified region of the control to invalidate.

protected methodOnAutoSizeChangedinherited from System.Windows.Forms.Control

Raises the AutoSizeChanged event.

protected methodOnBackColorChangedinherited from System.Windows.Forms.Control

Raises the BackColorChanged event.

protected methodOnBackgroundImageChangedinherited from System.Windows.Forms.Control

Raises the BackgroundImageChanged event.

protected methodOnBackgroundImageLayoutChangedinherited from System.Windows.Forms.Control

Raises the BackgroundImageLayoutChanged event.

protected methodOnBindingContextChangedinherited from System.Windows.Forms.Control

Raises the BindingContextChanged event.

protected methodOnCausesValidationChangedinherited from System.Windows.Forms.Control

Raises the CausesValidationChanged event.

protected methodOnChangeUICuesinherited from System.Windows.Forms.Control

Raises the ChangeUICues event.

protected methodOnClickinherited from System.Windows.Forms.Control

Raises the Click event.

protected methodOnClientSizeChangedinherited from System.Windows.Forms.Control

Raises the ClientSizeChanged event.

protected methodOnContextMenuChangedinherited from System.Windows.Forms.Control

Raises the ContextMenuChanged event.

protected methodOnContextMenuStripChangedinherited from System.Windows.Forms.Control

Raises the ContextMenuStripChanged event.

protected methodOnControlAddedinherited from System.Windows.Forms.Control

Raises the ControlAdded event.

protected methodOnControlRemovedinherited from System.Windows.Forms.Control

Raises the ControlRemoved event.

protected methodOnCreateControlinherited from System.Windows.Forms.Control

Raises the CreateControl event.

protected methodOnCursorChangedinherited from System.Windows.Forms.Control

Raises the CursorChanged event.

protected methodOnDockChangedinherited from System.Windows.Forms.Control

Raises the DockChanged event.

protected methodOnDoubleClickinherited from System.Windows.Forms.Control

Raises the DoubleClick event.

protected methodOnDragDropinherited from System.Windows.Forms.Control

Raises the DragDrop event.

protected methodOnDragEnterinherited from System.Windows.Forms.Control

Raises the DragEnter event.

protected methodOnDragLeaveinherited from System.Windows.Forms.Control

Raises the DragLeave event.

protected methodOnDragOverinherited from System.Windows.Forms.Control

Raises the DragOver event.

protected methodOnEnabledChangedinherited from System.Windows.Forms.Control

Raises the EnabledChanged event.

protected methodOnEnterinherited from System.Windows.Forms.Control

Raises the Enter event.

protected methodOnFontChangedinherited from System.Windows.Forms.Control

Raises the FontChanged event.

protected methodOnForeColorChangedinherited from System.Windows.Forms.Control

Raises the ForeColorChanged event.

protected methodOnGiveFeedbackinherited from System.Windows.Forms.Control

Raises the GiveFeedback event.

protected methodOnGotFocusinherited from System.Windows.Forms.Control

Raises the GotFocus event.

protected methodOnHandleCreatedinherited from System.Windows.Forms.Control

Raises the HandleCreated event.

protected methodOnHandleDestroyedinherited from System.Windows.Forms.Control

Raises the HandleDestroyed event.

protected methodOnHelpRequestedinherited from System.Windows.Forms.Control

Raises the HelpRequested event.

protected methodOnImeModeChangedinherited from System.Windows.Forms.Control

Raises the ImeModeChanged event.

protected methodOnInvalidatedinherited from System.Windows.Forms.Control

Raises the Invalidated event.

protected methodOnKeyDowninherited from System.Windows.Forms.Control

Raises the KeyDown event.

protected methodOnKeyPressinherited from System.Windows.Forms.Control

Raises the KeyPress event.

protected methodOnKeyUpinherited from System.Windows.Forms.Control

Raises the KeyUp event.

protected methodOnLayoutinherited from System.Windows.Forms.ScrollableControl

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected methodOnLeaveinherited from System.Windows.Forms.Control

Raises the Leave event.

protected methodOnLocationChangedinherited from System.Windows.Forms.Control

Raises the LocationChanged event.

protected methodOnLostFocusinherited from System.Windows.Forms.Control

Raises the LostFocus event.

protected methodOnMarginChangedinherited from System.Windows.Forms.Control

Raises the MarginChanged event.

protected methodOnMouseCaptureChangedinherited from System.Windows.Forms.Control

Raises the MouseCaptureChanged event.

protected methodOnMouseClickinherited from System.Windows.Forms.Control

Raises the MouseClick event.

protected methodOnMouseDoubleClickinherited from System.Windows.Forms.Control

Raises the MouseDoubleClick event.

protected methodOnMouseDowninherited from System.Windows.Forms.Control

Raises the MouseDown event.

protected methodOnMouseEnterinherited from System.Windows.Forms.Control

Raises the MouseEnter event.

protected methodOnMouseHoverinherited from System.Windows.Forms.Control

Raises the MouseHover event.

protected methodOnMouseLeaveinherited from System.Windows.Forms.Control

Raises the MouseLeave event.

protected methodOnMouseMoveinherited from System.Windows.Forms.Control

Raises the MouseMove event.

protected methodOnMouseUpinherited from System.Windows.Forms.Control

Raises the MouseUp event.

protected methodOnMouseWheelinherited from System.Windows.Forms.ScrollableControl

Raises the MouseWheel event.

protected methodOnMoveinherited from System.Windows.Forms.Control

Raises the Move event.

protected methodOnNotifyMessageinherited from System.Windows.Forms.Control

Notifies the control of Windows messages.

protected methodOnPaddingChangedinherited from System.Windows.Forms.ScrollableControl

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected methodOnPaintinherited from System.Windows.Forms.Control

Raises the Paint event.

protected methodOnPaintBackground

Raises the PaintBackground event.

protected methodOnParentBackColorChangedinherited from System.Windows.Forms.Control

Raises the BackColorChanged event when the BackColor property value of the control's container changes.

protected methodOnParentBackgroundImageChangedinherited from System.Windows.Forms.Control

Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes.

protected methodOnParentBindingContextChangedinherited from System.Windows.Forms.Control

Raises the BindingContextChanged event when the BindingContext property value of the control's container changes.

protected methodOnParentChangedinherited from System.Windows.Forms.Control

Raises the ParentChanged event.

protected methodOnParentCursorChangedinherited from System.Windows.Forms.Control

Raises the CursorChanged event.

protected methodOnParentEnabledChangedinherited from System.Windows.Forms.Control

Raises the EnabledChanged event when the Enabled property value of the control's container changes.

protected methodOnParentFontChangedinherited from System.Windows.Forms.Control

Raises the FontChanged event when the Font property value of the control's container changes.

protected methodOnParentForeColorChangedinherited from System.Windows.Forms.Control

Raises the ForeColorChanged event when the ForeColor property value of the control's container changes.

protected methodOnParentRightToLeftChangedinherited from System.Windows.Forms.Control

Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.

protected methodOnParentVisibleChangedinherited from System.Windows.Forms.Control

Raises the VisibleChanged event when the Visible property value of the control's container changes.

protected methodOnPreviewKeyDowninherited from System.Windows.Forms.Control

Raises the PreviewKeyDown event.

protected methodOnPrintinherited from System.Windows.Forms.Control

Raises the Paint event.

protected methodOnQueryContinueDraginherited from System.Windows.Forms.Control

Raises the QueryContinueDrag event.

protected methodOnRegionChangedinherited from System.Windows.Forms.Control

Raises the RegionChanged event.

protected methodOnResizeinherited from System.Windows.Forms.Panel

Fires the event indicating that the panel has been resized. Inheriting controls should use this in favor of actually listening to the event, but should still call base.onResize to ensure that the event is fired for external listeners.

protected methodOnRightToLeftChangedinherited from System.Windows.Forms.ScrollableControl

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected methodOnScrollinherited from System.Windows.Forms.ScrollableControl

Raises the Scroll event.

protected methodOnSizeChangedinherited from System.Windows.Forms.Control

Raises the SizeChanged event.

protected methodOnStyleChangedinherited from System.Windows.Forms.Control

Raises the StyleChanged event.

protected methodOnSystemColorsChangedinherited from System.Windows.Forms.Control

Raises the SystemColorsChanged event.

protected methodOnTabIndexChangedinherited from System.Windows.Forms.Control

Raises the TabIndexChanged event.

protected methodOnTabStopChangedinherited from System.Windows.Forms.Control

Raises the TabStopChanged event.

protected methodOnTextChangedinherited from System.Windows.Forms.Control

Raises the TextChanged event.

protected methodOnValidatedinherited from System.Windows.Forms.Control

Raises the Validated event.

protected methodOnValidatinginherited from System.Windows.Forms.Control

Raises the Validating event.

protected methodOnVisibleChangedinherited from System.Windows.Forms.ScrollableControl

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected methodProcessCmdKeyinherited from System.Windows.Forms.Control

Processes a command key.

protected methodProcessDialogCharinherited from System.Windows.Forms.Control

Processes a dialog character.

protected methodProcessDialogKeyinherited from System.Windows.Forms.Control

Processes a dialog key.

protected methodProcessKeyEventArgsinherited from System.Windows.Forms.Control

Processes a key message and generates the appropriate control events.

protected methodProcessKeyMessageinherited from System.Windows.Forms.Control

Processes a keyboard message.

protected methodProcessKeyPreviewinherited from System.Windows.Forms.Control

Previews a keyboard message.

protected methodProcessMnemonicinherited from System.Windows.Forms.Control

Processes a mnemonic character.

protected methodRaiseDragEventinherited from System.Windows.Forms.Control

Raises the appropriate drag event.

protected methodRaiseKeyEventinherited from System.Windows.Forms.Control

Raises the appropriate key event.

protected methodRaiseMouseEventinherited from System.Windows.Forms.Control

Raises the appropriate mouse event.

protected methodRaisePaintEventinherited from System.Windows.Forms.Control

Raises the appropriate paint event.

protected methodRecreateHandleinherited from System.Windows.Forms.Control

Forces the re-creation of the handle for the control.

protected methodstatic / sharedReflectMessageinherited from System.Windows.Forms.Control

Reflects the specified message to the control that is bound to the specified handle.

protected methodResetMouseEventArgsinherited from System.Windows.Forms.Control

Resets the control to handle the MouseLeave event.

protected methodRtlTranslateAlignmentinherited from System.Windows.Forms.Control

Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.

protected methodRtlTranslateContentinherited from System.Windows.Forms.Control

Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.

protected methodRtlTranslateHorizontalinherited from System.Windows.Forms.Control

Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.

protected methodRtlTranslateLeftRightinherited from System.Windows.Forms.Control

Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.

protected methodScaleControlinherited from System.Windows.Forms.ScrollableControl

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected methodScaleCoreinherited from System.Windows.Forms.ScrollableControl

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

protected methodScrollToControlinherited from System.Windows.Forms.ScrollableControl

Calculates the scroll offset to the specified child control.

protected methodSetAutoSizeModeinherited from System.Windows.Forms.Control

Sets a value indicating how a control will behave when its AutoSize property is enabled.

protected methodSetBoundsCoreinherited from System.Windows.Forms.Control

Performs the work of setting the specified bounds of this control.

protected methodSetClientSizeCoreinherited from System.Windows.Forms.Control

Sets the size of the client area of the control.

protected methodSetDisplayRectLocationinherited from System.Windows.Forms.ScrollableControl

Positions the display window to the specified value.

protected methodSetScrollStateinherited from System.Windows.Forms.ScrollableControl

Sets the specified scroll state flag.

protected methodSetStyleinherited from System.Windows.Forms.Control

Sets the specified style bit to the specified value.

protected methodSetTopLevelinherited from System.Windows.Forms.Control

Sets the control as the top-level control.

protected methodSetVisibleCoreinherited from System.Windows.Forms.Control

Sets the control to the specified visible state.

protected methodSizeFromClientSizeinherited from System.Windows.Forms.Control

Determines the size of the entire control from the height and width of its client area.

protected methodUpdateBoundsinherited from System.Windows.Forms.Control

Updates the bounds of the control with the current size and location.

protected methodUpdateStylesinherited from System.Windows.Forms.Control

Forces the assigned styles to be reapplied to the control.

protected methodUpdateZOrderinherited from System.Windows.Forms.Control

Updates the control in its parent's z-order.

protected methodWndProcinherited from System.Windows.Forms.ScrollableControl

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

  

See Also     Softelvdm.SftTabsNET Namespace


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com